Skip to content

Add missing Azure resource provider registrations for LocalBox - #984

Merged
Kiana Harris (kianaharris4) merged 3 commits into
Azure:canaryfrom
janegilring:localbox-rps
Sep 2, 2026
Merged

Add missing Azure resource provider registrations for LocalBox#984
Kiana Harris (kianaharris4) merged 3 commits into
Azure:canaryfrom
janegilring:localbox-rps

Conversation

@janegilring

Copy link
Copy Markdown
Contributor

This pull request updates the deployment documentation for LocalBox on Azure to ensure all necessary Azure resource providers are registered before deployment. The main changes add missing provider registration commands for both PowerShell and Azure CLI.

Documentation improvements:

  • Added Register-AzResourceProvider -ProviderNamespace "Microsoft.Compute" and Register-AzResourceProvider -ProviderNamespace "Microsoft.Network" to the PowerShell setup instructions to ensure all required providers are registered. [1] [2]
  • Added az provider register --namespace Microsoft.Compute and az provider register --namespace Microsoft.Network to the Azure CLI setup instructions for completeness. [1] [2]

* Added Microsoft.KeyVault in the list of required azure resource provider (Azure#792)

During deployment identified below service provider needs to be registered too hence added to both PowerShell and cli commands

Register-AzResourceProvider -ProviderNamespace "Microsoft.KeyVault"
az provider register --namespace Microsoft.Keyvault

* Fix minor typos in README.md (Azure#789)

* Update password requirements for Windows account (Azure#795)

Password length needs to be 14 characters long, in stead of 12

Co-authored-by: Lior Kamrat <46730876+likamrat@users.noreply.github.com>

* Kianaharris updates (Azure#796)

* Documentation corrections and improvements (Azure#793)

* Added Microsoft.KeyVault in the list of required azure resource provider (Azure#792)

During deployment identified below service provider needs to be registered too hence added to both PowerShell and cli commands

Register-AzResourceProvider -ProviderNamespace "Microsoft.KeyVault"
az provider register --namespace Microsoft.Keyvault

* Fix minor typos in README.md (Azure#789)

* Update password requirements for Windows account (Azure#795)

Password length needs to be 14 characters long, in stead of 12

Co-authored-by: Lior Kamrat <46730876+likamrat@users.noreply.github.com>

---------

Co-authored-by: Sammy1712 <surbhisinghlko1712@gmail.com>
Co-authored-by: Brian Veldman <147204186+brianveldman@users.noreply.github.com>
Co-authored-by: Daniel Etten <17641259+danieletten@users.noreply.github.com>
Co-authored-by: Lior Kamrat <46730876+likamrat@users.noreply.github.com>

* August 2025 release notes

---------

Co-authored-by: Lior Kamrat <46730876+likamrat@users.noreply.github.com>
Co-authored-by: Jan Egil Ring <janegilring@users.noreply.github.com>
Co-authored-by: Sammy1712 <surbhisinghlko1712@gmail.com>
Co-authored-by: Brian Veldman <147204186+brianveldman@users.noreply.github.com>
Co-authored-by: Daniel Etten <17641259+danieletten@users.noreply.github.com>

* Kianaharris updates (Azure#809)

* Documentation corrections and improvements (Azure#793)

* Added Microsoft.KeyVault in the list of required azure resource provider (Azure#792)

During deployment identified below service provider needs to be registered too hence added to both PowerShell and cli commands

Register-AzResourceProvider -ProviderNamespace "Microsoft.KeyVault"
az provider register --namespace Microsoft.Keyvault

* Fix minor typos in README.md (Azure#789)

* Update password requirements for Windows account (Azure#795)

Password length needs to be 14 characters long, in stead of 12

Co-authored-by: Lior Kamrat <46730876+likamrat@users.noreply.github.com>

---------

Co-authored-by: Sammy1712 <surbhisinghlko1712@gmail.com>
Co-authored-by: Brian Veldman <147204186+brianveldman@users.noreply.github.com>
Co-authored-by: Daniel Etten <17641259+danieletten@users.noreply.github.com>
Co-authored-by: Lior Kamrat <46730876+likamrat@users.noreply.github.com>

* August 2025 release notes

* sept 2025 release updates

---------

Co-authored-by: Lior Kamrat <46730876+likamrat@users.noreply.github.com>
Co-authored-by: Jan Egil Ring <janegilring@users.noreply.github.com>
Co-authored-by: Sammy1712 <surbhisinghlko1712@gmail.com>
Co-authored-by: Brian Veldman <147204186+brianveldman@users.noreply.github.com>
Co-authored-by: Daniel Etten <17641259+danieletten@users.noreply.github.com>

* Oct/Nov release notes (Azure#854)

---------

Co-authored-by: Sammy1712 <surbhisinghlko1712@gmail.com>
Co-authored-by: Brian Veldman <147204186+brianveldman@users.noreply.github.com>
Co-authored-by: Daniel Etten <17641259+danieletten@users.noreply.github.com>
Co-authored-by: Lior Kamrat <46730876+likamrat@users.noreply.github.com>
Co-authored-by: Jan Egil Ring <janegilring@users.noreply.github.com>
…work

Signed-off-by: Jan Egil Ring <janegilring@microsoft.com>
@microsoft-github-policy-service microsoft-github-policy-service Bot added the Exempt-Maintainer Track exempt PRs for auditing purposes label Aug 21, 2026
… deployment

Signed-off-by: Jan Egil Ring <janegilring@microsoft.com>
@microsoft-github-policy-service

Copy link
Copy Markdown

👋 Hello Jan Egil Ring (@janegilring),

This PR has been allowed to target the main branch directly because you are an exempt maintainer 👑

Thank you for your contribution!

@janegilring
Jan Egil Ring (janegilring) changed the base branch from main to canary September 2, 2026 14:04
@kianaharris4
Kiana Harris (kianaharris4) merged commit af5b39e into Azure:canary Sep 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Exempt-Maintainer Track exempt PRs for auditing purposes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants